home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / comms / connectr / Changes next >
Text File  |  1996-03-26  |  3KB  |  105 lines

  1. Changes 0.76b-0.77b
  2. -------------------
  3. - included normal/application Cursorkey Mode(VT100).
  4. - removed a small redial bug.
  5. - included 24/25 line mode(ANSI).
  6. - Ascii filetransfer.
  7.  
  8. Changes 0.75b-0.76b
  9. -------------------
  10. - better multitasking while fast scrolling.
  11. - fixed some zmodem bugs.
  12. - german keyboard option didn't work in ansi emulation.
  13.  
  14. Changes 0.74b-0.75b
  15. -------------------
  16. - text only spoolfiles.
  17. - fixed text update bug when scrolling up and down.
  18. - Chat Mode.
  19. - fixed hangup bug.
  20. - hopefully a better text import.
  21. - cycle dial.
  22.  
  23. Changes 0.73b-0.74b
  24. -------------------
  25. - Filetype Conversion.
  26. - new optional hangup (droping DTR line).
  27. - wrong cps rate when skipping file.
  28. - better serial port number selection.
  29. - isofont for vt100.
  30. - 'prompt' strings longer than 20 chars work now (in the script file).
  31. - 'reply' string with control chars ( ESC, RETURN ... ).
  32. - script files will be closed after hangup, offline or quit.
  33. - included cursor originmode in VT100 emulation.
  34. - updated the Helpfile a bit.
  35.  
  36. Changes 0.72b-0.73b
  37. -------------------
  38. - no 'online time' flicker.
  39. - new configure and edit window.
  40.   (if you don't like them I will use the old ones again ;-) )
  41.  
  42. Changes 0.71b-0.72b
  43. -------------------
  44. -  file recovery didn't work.
  45. - another small receive ZModem file recovery bug.
  46. - filetransfers works now with longfilenames.
  47.   this was (is) a really strange bug.
  48.   After "File_Exists(name);" the "File_Open(name, file_WRITE);" crashed.
  49.   the computer.(only with !LongFiles and filenames with about >20 Chars).
  50.   I put this between.
  51.   file=File_Open("<connector$dir>.!Runimage",file_READ);
  52.   File_Close(file);
  53.   (open an existing file and closing it again)
  54.   and it worked.
  55.  
  56.  
  57. Changes 0.70b-0.71b
  58. -------------------
  59. - removed a VT100 bug ( tried to plot ascii 0 )
  60. - dragging a spool file opens the spool window not centered if already open
  61. - removed ZModem file recovery bug
  62.  
  63. Changes 0.69b-0.70b
  64. -------------------
  65. - removed a set-cursor-position bug (VT100)
  66. - some telephonebook bugs
  67. - pressing return in the dial-window will dial now :-)
  68. - After closing the dial-window it gives the input focus back.
  69.  
  70. Changes 0.68b-0.69b
  71. -------------------
  72. - removed Send zmodem bug, what a nice bug just a wrong Iconnumber. :-(
  73. - cleared a line after scrolldown with wrong background color (VT100)
  74.  
  75. Changes 0.67b-0.68b
  76. -------------------
  77. - removed dial bug
  78. - changed demo script file
  79. - removed some vt100 emulation bugs
  80.  
  81. Changes 0.66b-0.67b
  82. -------------------
  83. - pressing adjust on the connector icon opens the Main Window 'where ever'
  84. - Auto Logon Scripts
  85. - Redial with timedelay
  86. - new Filetransfer Window
  87. - dragging of Telephonebook records
  88.  
  89. Changes 0.65b-0.66b
  90. -------------------
  91. - new Font with control chars (0-31)
  92. - removed invert bug in ansi emulation
  93.  
  94. Changes 0.60b-0.65b
  95. -------------------
  96. - rewrote the whole thing using desklib
  97. - serial input and output buffer
  98. - resizeable text buffer
  99. - VT100 Colours
  100. - Spool Function
  101. - new autostart code for zmodem receive, hope it works now.
  102. - delete/insert char/line in Ansi Emulation
  103.  
  104.  
  105.